ImageLevelStyle Class

Represents a list style where list items are preceded by images.

Definition

Namespace: Independentsoft.Office.Odf.Styles
Assembly: Independentsoft.Office (in Independentsoft.Office.dll) Version: 3.0.460.1+37fe42d8e65847775742df0a70fdb403ab6fa65f
C#
public class ImageLevelStyle : IListStyleContent
Inheritance
Object    ImageLevelStyle
Implements
IListStyleContent

Constructors

ImageLevelStyle Initializes a new instance of the ImageLevelStyle class.
ImageLevelStyle(String) Initializes a new instance of the ImageLevelStyle class.

Properties

Level Specifies the level of an outline or number list style.
ListLevelProperties Specifies formatting properties for a list level.
Name Specifies section family styles.
TextProperties Specifies formatting properties for a list level.

Methods

Clone Creates a new object that is a deep copy of the current instance.
Equals
(Inherited from Object)
Finalize
(Inherited from Object)
GetHashCode
(Inherited from Object)
GetType
(Inherited from Object)
MemberwiseClone
(Inherited from Object)
ToString Converts the value of the current ImageLevelStyle object to its equivalent string representation.
(Overrides ObjectToString)

See Also